home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Classicos / ZanyAttack.swf / scripts / DefineButton2_153 / BUTTONCONDACTION on(keyPress Right).as < prev    next >
Encoding:
Text File  |  2006-06-13  |  125 b   |  7 lines

  1. on(keyPress "<Right>"){
  2.    if(eval("/:playerMoveDirection") < "1")
  3.    {
  4.       set("/:playerMoveDirection","1");
  5.    }
  6. }
  7.